Attachment

data class Attachment(val data: NSData, val mimeType: String, val fileName: String)

An attachment added to the email

Parameters

data

NSData to add to the email

mimeType

Mime type of the file

fileName

File name of the file

Constructors

Link copied to clipboard
constructor(data: NSData, mimeType: String, fileName: String)

Properties

Link copied to clipboard
val data: NSData
Link copied to clipboard
Link copied to clipboard